home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 3.1 KB | 94 lines |
- ; Digi Wan Links SVC Virtual Device.
- ;
- ; Copyright 1995-1997, Digi International
-
- [version]
- ;LayoutFile=layout.inf
- signature="$Windows NT$"
- Class=Net
- ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
- provider=%DIGI%
- DriverVer=10/19/1999,2.2.0.0
-
-
- [Manufacturer]
- %DIGI%=DIGIWANLINKS
-
-
- [DIGIWANLINKS]
- %WanLinksSvcX25.DeviceDesc% = WanLinksSvc.ndi, DIGI_SVCX25
-
- [ControlFlags]
- ExcludeFromSelect = * ;
-
- ;****************************************************************************
- ; Wan Links PVC Install Section
- ;****************************************************************************
-
- [WanLinksSvc.ndi.NT]
- AddReg = WanLinksSvc.ndi.reg, WanLinksSvc.staticparams.reg
- Characteristics = 0x9 ; NCF_HIDDEN | NCF_VIRTUAL
-
-
- ;****************************************************************************
- ; Wan Links PVC Services Sections
- ;****************************************************************************
- [WanLinksSvc.ndi.NT.Services]
- AddService = DIGIWANX, 2, WanLinksSvc.AddService, WanLinksSvc.AddEventLog
-
- [WanLinksSvc.AddService]
- DisplayName = %DIGIWAN.DispName%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\DIGIWANX.SYS
- LoadOrderGroup = NDIS ; DEFAULT_GROUP
-
- [WanLinksSvc.AddEventLog]
- AddReg=WanLinksSvc.AddEventLog.reg
-
- [WanLinksSvc.AddEventLog.reg]
- HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\digiwanx.sys"
- HKR,,TypesSupported,%REG_DWORD%,7
-
-
- ;****************************************************************************
- ; Wan Links PVC NDI Registry Sections
- ;****************************************************************************
- [WanLinksSvc.ndi.reg]
- ; NDI General Information
- HKR, Ndi, Service, , "DIGIWANX"
- HKR, Ndi, HelpText, , %WanLinksSvc.HelpText%
-
- ; NDI Binding
- HKR, Ndi\Interfaces, DefUpper, , "ndiswan"
- HKR, Ndi\Interfaces, DefLower, , "X_25"
- HKR, Ndi\Interfaces, UpperRange, , "ndiswan"
- HKR, Ndi\Interfaces, LowerRange, , "X_25"
-
-
- ;**************************************************************************************
- ; Wan Links PVC Static Params
- ;**************************************************************************************
- [WanLinksSvc.staticparams.reg]
- HKR, , LowerFilters, 0x00010000, "DIGISXB"
- HKR, , WanEndPoints, 0x00010001, 255
- HKR, VendorSpecific, StartAdapter, 0x00010001, 0
- HKR, , MaxSendWindow,0x00010001, 4
- HKLM,Software\Digi\DigiWanX\CurrentVersion,ServiceName,0x00000000,"DIGIWANX"
- HKLM,Software\Digi\DigiWanX\CurrentVersion,Title,0x00000000,%DIGIWAN.DispName%
-
- ;**************************************************************************************
- ; Localizable Strings
- ;**************************************************************************************
- [strings]
- DIGI="Digi International, Inc."
-
- WanLinksSvcX25.DeviceDesc = "Digi WanX Links - X.25 SVC"
-
- WanLinksSvc.HelpText = "This adapter enables your machine to access the network using a WAN interface"
-
- DIGIWAN.DispName = "Digi Wan Links WAN Driver"
-
-
-